.breadcrumb{min-height:56px;display:flex;align-items:center;gap:10px;background-color:var(--background);box-shadow:rgb(100 100 111 / 6%) 0 7px 15px 0}.breadcrumb .arrow-right{width:18px;height:18px}.breadcrumb .arrow-right svg{transform:rotate(180deg);width:18px}.breadcrumb .arrow-right svg path:last-child{fill:var(--clean-text)}.breadcrumb a{color:var(--text);font-weight:400;font-size:14px;line-height:21px;cursor:pointer}.breadcrumb .item-active{color:var(--featured)}.breadcrumb.fixed-breadcrumb{position:fixed;z-index:50;top:76px}.category__banner{height:184px;background-color:var(--secondary)}.category__banner--title{display:flex;align-items:center;justify-content:center;height:100%}.category__banner--title h1{font-size:48px;font-weight:700;line-height:55px;color:var(--dark-primary);font-family:var(--title-font)}@media (max-width:1024px){.breadcrumb{justify-content:center}}@media (max-width:576px){.category__banner--title h1{font-size:24px}}